Skip to content
Back to search
30
MCP

Claude Code Remote Control

pulsemcp/claude code remote control

Enables remote control of Claude Code agents through an MCP interface, allowing other AI clients to delegate coding tasks to Claude Code.

Uptime
0.0%
5 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@leo000001/claude-code-mcp
MCP server that runs Claude Code as tools — start coding agents, poll their progress, and control permissions from any MCP client
0 tools
claude-mcp-scheduler
Use Claude API to prompt remote agents on a cron interval but use local MCPs to handle tool calls for context
0 tools
Gocode
Claude Code reimplemented in Go as a fast AI coding agent runtime with MCP server support.
0 tools
io.github.constripacity/claude-code-bridge
MCP relay so Claude Code agents on different machines can exchange messages via named channels.
0 tools
mcp-claude-commander
Namespace alias for claude-command - AI command center for Claude Code
0 tools
Claude Code
Bridges Claude Code agent capabilities through a task delegation tool that accepts natural language coding descriptions, manages sessions fo
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "claude_code_remote_control": {
      "url": "None",
      "transport": "http"
    }
  }
}